ListBoxItemIEquatableListBoxItemEquals Method
Indicates whether the current object is equal to another object of the same type.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
bool IEquatable<ListBoxItem>.Equals(
ListBoxItem obj
)
Private Function Equals (
obj As ListBoxItem
) As Boolean Implements IEquatable(Of ListBoxItem).Equals
private:
virtual bool Equals(
ListBoxItem^ obj
) sealed = IEquatable<ListBoxItem^>::Equals
private abstract Equals :
obj : ListBoxItem -> bool
private override Equals :
obj : ListBoxItem -> bool
- obj ListBoxItem
-
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)